Microsoft® Script Debugger Call Stack Window |
| Home |
|
Displays a list of currently active procedure calls. When executing code in a procedure, that procedure is added to a list of active procedure calls. Each time a procedure calls another procedure, the called procedure is added to the list. Called procedures are removed from the list when execution returns to the calling procedure.The
icon indicates the currently active procedure. Double-click a procedure down the Call Stack to see the place in code where the procedure above it was called.
The Call Stack window is a floating window that isn't affected when other windows are repositioned using Cascade, Tile Horizontally, or Tile Vertically.